Skip to main content

iphoneApplicationIdentifier

Type

function

Summary

Returns the bundle identifier for the current application.

Syntax

iphoneApplicationIdentifier()

Description

Use the iphoneApplicationIdentifier function to find the bundle identifier for the current application.

The iphoneApplicationIdentifier function is useful (among other things) for creating a private folder in specialFolderPath("library") following Apple guidelines.

Examples

put iphoneApplicationIdentifier() into tAppID
put specialFolderPath("library") & "/" & iphoneApplicationIdentifier() into tAppLibraryFolder

function: iphoneSystemIdentifier

Compatibility and Support

Introduced

LiveCode 4.6.1

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?